This example has a WinForm with a calendar and datagrid.

When a date is selected in the calendar, the data grid will display the sales for that date.

This example shows how to use parameterized queries.

Setting Up
----------

Database connection: This application uses IBConn1, which is a default connection in C#Builder.

Because you might use the InterBase connection from a web server, you should modify IBConn1 to point to a database that includes localhost: in its path reference, like: 

localhost:D:\Borland\InterBase\examples\database\employee.gdb

Otherwise, you will not be able to access the database.

